home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue33
/
delcom
/
AxDesktop.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-11
|
337 b
|
23 lines
library AxDesktop;
uses
ComServ,
AxDesktop_TLB in 'AxDesktop_TLB.pas',
XDesktopImpl in 'XDesktopImpl.pas' {XDesktop: CoClass},
About1 in 'About1.pas' {XDesktopAbout};
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.